home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pcb / ttp22.zip / SAMPLE.CFG < prev    next >
Text File  |  1992-12-27  |  5KB  |  137 lines

  1. ; This is the configuration file for Tic-2-PCB.  All lines that have
  2. ; a semicolon at the beginning are considered comments.  Blank lines are
  3. ; ignored.
  4.  
  5. ; All configuration options are expected to be in a KEYWORD <SPACE> {option}
  6. ; format.  If you do not want that option, you can comment it out, or delete
  7. ; the line.  Required items will be noted with an asterisk '*' in the comment
  8. ; above the KEYWORD.
  9.  
  10. ;* Location of inbound files
  11. INBOUND  C:\FD\IN
  12.  
  13. ;* Location of Default DOS import directory.  The default DOS directory
  14. ;  will receive files that have an AREA tag that does not match any defined
  15. ;  areas within this file.
  16. DEFDOS   C:\PRIVATE
  17.  
  18. ;* Location of Default DIR import listing.  Same concept as default DOS
  19. ;  directory, but the file descriptions are placed in this text file.  The
  20. ;  format will be the standard PCBoard directory listing format.
  21. DEFPCB   C:\PCB\MAIN\PRIVATE
  22.  
  23. ;* Location & Name of DOWNLOAD.TXT log file.  The log file will be updated
  24. ;  using the name of Tic-2-PCB AREANAME.  This is to allow file information
  25. ;  utilities to continue to process these files as if they were uploaded to
  26. ;  the BBS by a user.
  27. DLTXT    C:\PCB\MAIN\DOWNLOAD.TXT
  28.  
  29. ; Batch file used to test all new files.  The keyword TEST will tell
  30. ; Tic-2-PCB to shell out after moving each separate file and call the
  31. ; listed batch file.  If TEST is preceded by an @ character, it will
  32. ; override the default single file testing, and instead will create a
  33. ; list file which will be called after all files have been imported.
  34. ; If the TEST keyword is not found, or commented out, it will not attempt to
  35. ; call the batch file to test any files.
  36. ;@TEST    C:\FD\TEST.BAT
  37.  
  38. ; The following optional switches are either present (on) or
  39. ; absent/commented out (off).  These switches operate in the manner that the
  40. ; keyword indicates.  If they are present, they will do what the keyword says.
  41.  
  42. ; If the COPYARC keyword is found in the config file the archive will be
  43. ; copied to your destination directory which will cause your system to have
  44. ; two copies of the archive (one in your inbound and one in the destination
  45. ; DOS directory).  If you want to move the archive which is the default, just
  46. ; comment out or delete this line.
  47. ;COPYARC
  48.  
  49. ; If the KEEPTIC keyword is found Tic-2-PCB will not delete the .TIC file(s)
  50. ; from the inbound directory.  This is allowed for systems that need to echo
  51. ; files to other nodes, if you don't echo files, then remove or comment
  52. ; this line from the config file which will tell Tic-2-PCB to delete the
  53. ; .TIC files after importing them.
  54. ;KEEPTIC
  55.  
  56. ; Use the file date for DIR listings.  (Current date is default)
  57. ; If you un-comment the next line, the PCBoard(tm) directory listings will
  58. ; be updated using the archive's date stamp.
  59. ;FILEDATE
  60.  
  61. ; Turn standard logging off.  LOG is on by default for TIC2PCB.LOG
  62. ; (note: A log file TIC2PCB.ERR will be created if errors occur in all cases)
  63. ; To turn off the logging feature, un-comment the next line
  64. ;LOGOFF
  65.  
  66. ; No "Received by Tic-2-PCB" lines in DIR files.  This is on by default, but
  67. ; to turn it off, un-comment the NOINFO line.
  68. ;NOINFO
  69.  
  70. ; Un-comment this line to turn off checking for FILE_ID.DIZ in archives.
  71. ;NODIZ
  72.  
  73. ; Un-comment this line to turn off the CRC-32 checking of archives.
  74. ;NOCRC
  75.  
  76. ; Allow UNKNOWN file areas to be imported into the default directories.
  77. ; This is designed to allow files to be imported that do not have a
  78. ; defined area below.  The reason for this is because there is no
  79. ; password checking on UNKNOWN imports.  If this keyword IS NOT found in
  80. ; the config file OR IT IS COMMENTED OUT, all UNKNOWN AREA .TIC files WILL
  81. ; BE renamed to TKnnnnnn.UNK and the ARCHIVE WILL NOT be imported into the
  82. ; system.
  83. UNKNOWN
  84.  
  85. ; This next section is the area declarations.  You can declare each area you
  86. ; will be receiving.
  87. ;
  88. ; The format is the same as before.  The first line is the AREA keyword
  89. ; followed by the area name.
  90. ;
  91. ; The second line is the DOSDIR keyword followed by the DOS import directory
  92. ; for the area files.
  93. ;
  94. ; The third line is the PCBDIR keyword followed by the full path/filename of
  95. ; the PCBoard (tm) directory to update with the file description.
  96. ;
  97. ; The forth line is an optional PASSWORD keyword followed by the AREA
  98. ; password that will be found in the .TIC files.  If this line is not
  99. ; present or commented out, password checking for this AREA will be disabled.
  100. ;
  101. ; This feature should allow you to receive files from several different
  102. ; systems but still maintain some security.
  103. ;
  104. ; This repeats for each area that you wish to define.
  105. ;
  106. ; This is the only part of the config file that is order dependant so be
  107. ; sure the keyword/entries are in this order.
  108. ;
  109. ; Area 1
  110. AREA FIDONEWS
  111. DOSDIR C:\PRIVATE\
  112. PCBDIR C:\PCB\MAIN\PRIVATE
  113. PASSWORD SECRET
  114.  
  115. ; Area 2
  116. AREA SOFTDIST
  117. DOSDIR C:\SOFTWARE\
  118. PCBDIR C:\PCB\MAIN\SOFTWARE
  119. PASSWORD SECRET
  120.  
  121. ; Area 3
  122. AREA NODEDIFF
  123. DOSDIR C:\FREE\
  124. PCBDIR C:\PCB\MAIN\FREE
  125. PASSWORD UNKNOWN
  126.  
  127. ; Area 4
  128. AREA SDN_GAME
  129. DOSDIR C:\GAMES\
  130. PCBDIR C:\PCB\MAIN\GAMES
  131. ;PASSWORD UNKNOWN
  132.  
  133. ; Area 5
  134. AREA SDN_UTIL
  135. DOSDIR C:\UTILS\
  136. PCBDIR C:\PCB\MAIN\UTILS
  137.